UCF STIG Viewer Logo

The SSMC web server must be configured to use a specified IP address and port.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255258 SSMC-WS-010090 SV-255258r879588_rule Medium
Description
The web server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for the web server to utilize, the web server will listen on all IP addresses available to the hosting server. If the web server has multiple IP addresses, i.e., a management IP address, the web server will also accept connections on the management IP address. Accessing the hosted application through an IP address normally used for nonapplication functions opens the possibility of user access to resources, utilities, files, ports, and protocols that are protected on the desired application IP address.
STIG Date
HPE 3PAR SSMC Web Server Security Technical Implementation Guide 2023-05-17

Details

Check Text ( C-58871r869941_chk )
Verify that SSMC web server is configured to listen on a specific network IP address, by doing the following:

1. Log on to ssmc appliance as ssmcadmin. Press "X" to escape to general bash shell.

2. Execute the command:

$ sudo /ssmc/bin/config_security.sh -o webserver_service_network -a status
Webserver service is listening on

If the command output does not display a specific IP address assigned to the SSMC host but reads "default IP address", this is a finding.
Fix Text (F-58815r869942_fix)
Configure SSMC web server to listen on a specified network IP address by doing the following:

1. Log on to ssmc appliance as ssmcadmin; escape to general bash shell.

2. Edit (using vi editor) file /ssmc/conf/security_config.properties and set the property ssmc.webserver.service.network=

The property value can be any of ens160 or ens192 in an ESX environment; eth0 or eth1 in a Hyper-V environment.

3. Execute the command:

$ sudo /ssmc/bin/config_security.sh -o webserver_service_network -a set -f